 |
 Java R6.5 API AdminP approve method woes ~Paul Regeroburjip 01/23/2004 08:21 PM Applications Development 6.5 All Platforms
I have been attempting to use the Java R6.5 API methods from the AdministrationProcess class that approve specific AdminP events, within a Java application. The suite of Java AdminP methods I am referring to are:
approveDeletePersonInDirectory
approveDeleteServerInDirectory
approveDesignElementDeletion
approveMailFileDeletion
approveMovedReplicaDeletion
approveNameChangeRetraction
approveRenamePersonInDirectory
approveRenameServerInDirectory
approveReplicaDeletion
approveResourceDeletion
I have specifically been trying to utilize ApproveMailFileDeletion, and
ApproveDeletePersonInDirectory.
The input parameter for each of these methods is--String noteid: The note ID of the entry pending approval.
How do I acquire this "note ID of the entry pending approval" to use as input for these methods?
I have attempted to utilize the note ID String passed back from the deleteUser method, but this doesn't seem to work when passing it as an input parameter to ApproveDeletePersonInDirectory or ApproveMailFileDeletion, nor does it appear to be a valid note ID.
Any insights, example code, documentation, or event hints would be greatly appreciated.
--PERRY
pnuffer@novell.com
Go back |